home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / unix / include / internal / messages.h < prev    next >
Text File  |  1992-08-16  |  402b  |  10 lines

  1. void _message(char *format, ...);
  2. /* Display a message which is as visible as possible (either to the console
  3.    or to a requester).
  4.    Assume very little about library state */
  5. void _fail(char *format, ...);
  6. /* Display a message which is as visible as possible (either to the console
  7.    or to a requester).
  8.    Assume very little about library state.
  9.    Exit with error code RETURN_FAIL after that. */
  10.